GetApplicationCacheForFrameRequest

data class GetApplicationCacheForFrameRequest(frameId: FrameId)

Represents request frame that can be used with ApplicationCache#getApplicationCacheForFrame operation call.

Returns relevant application cache data for the document in given frame.

See also

Constructors

GetApplicationCacheForFrameRequest
Link copied to clipboard
fun GetApplicationCacheForFrameRequest(frameId: FrameId)

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Identifier of the frame containing document whose application cache is retrieved.

Sources

jvm source
Link copied to clipboard